The Jupyter Notebook is a web application that allows you to create and share documents that contain live code, equations, visualizations and explanatory text. Uses include: data cleaning and transformation, numerical simulation, statistical modeling, machine learning and much more.
<img src= "images/02_Jupyter the inner workings/Notebook sample breast cancer.png", width=100%>
In [1]:
# install.packages(
# c('rzmq','repr','IRkernel','IRdisplay'),
# repos = c('http://irkernel.github.io/',
# getOption('repos'))
#)
Connect R to IRKernel
In [2]:
# IRkernel::installspec()
A multi-user server
Three actors:
Basic principles: